@import url("https://use.fontawesome.com/releases/v6.5.0/css/all.css");
@font-face {
  font-family: Aaux;
  src: url(fonts/2C07E4_2_0-1.eot#iefix) format("embedded-opentype"), url(fonts/2C07E4_2_0.woff) format("woff"), url(fonts/2C07E4_2_0.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: Aaux;
  src: url(fonts/2C07E4_6_0-2.eot#iefix) format("embedded-opentype"), url(fonts/2C07E4_6_0.woff) format("woff"), url(fonts/2C07E4_6_0.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: Aaux;
  src: url(fonts/2C07E4_4_0-1.eot#iefix) format("embedded-opentype"), url(fonts/2C07E4_4_0.woff) format("woff"), url(fonts/2C07E4_4_0.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: Aaux;
  src: url(fonts/2C07E4_0_0-1.eot#iefix) format("embedded-opentype"), url(fonts/2C07E4_0_0.woff) format("woff"), url(fonts/2C07E4_0_0.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: "Aaux", sans-serif;
  font-weight: 500; }

header {
  font-family: "Aaux", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 32; }
  header .h-wrapper {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box; }
    @media (max-width: 990px) {
      header .h-wrapper {
        flex-wrap: wrap; } }
    header .h-wrapper a {
      cursor: pointer;
      text-decoration: none;
      transition: all .3s linear; }
  header.active .menu-toggle-cta:before {
    top: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  header.active .menu-toggle-cta:after {
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  header.active .menu-toggle-cta .menu-toggle-inner {
    display: none; }
  header.active .header-navigation {
    display: block; }

.header-logo {
  max-width: 106px;
  margin-right: 20px;
  padding: .9rem 0; }
  .header-logo img {
    max-width: 100%; }
  .header-logo .menu-toggle-cta {
    display: none; }
  @media (max-width: 990px) {
    .header-logo {
      width: 100%;
      max-width: none;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header-logo img {
        max-width: 106px; }
      .header-logo .menu-toggle-cta {
        width: 25px;
        height: 16px;
        position: relative;
        outline: 0;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .header-logo .menu-toggle-cta:after, .header-logo .menu-toggle-cta:before {
          content: "";
          width: 100%;
          height: 2px;
          background: #222;
          border-radius: 4px;
          position: absolute; }
        .header-logo .menu-toggle-cta:before {
          top: 0; }
        .header-logo .menu-toggle-cta:after {
          bottom: 0; }
        .header-logo .menu-toggle-cta .menu-toggle-inner {
          width: 100%;
          height: 2px;
          background: #222;
          border-radius: 4px; } }

.header-navigation {
  box-sizing: border-box; }
  @media (max-width: 990px) {
    .header-navigation {
      width: 100%;
      max-height: calc(100vh - 76px);
      overflow-y: auto;
      position: absolute;
      left: 0;
      top: 100%;
      background-color: #FFF;
      padding: 0 25px 25px;
      display: none; } }
  .header-navigation > ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
    @media (max-width: 990px) {
      .header-navigation > ul {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 990px) {
      .header-navigation > ul {
        width: 100%; } }
    @media (max-width: 990px) {
      .header-navigation > ul > li {
        width: 100%; } }
    .header-navigation > ul > li > a {
      font-size: 18px;
      color: #222;
      text-transform: uppercase;
      padding: 0 10px;
      line-height: 60px;
      height: 60px;
      display: block; }
      @media (max-width: 990px) {
        .header-navigation > ul > li > a {
          padding: 0;
          height: 45px;
          line-height: 45px; } }
      @media (max-width: 1170px) {
        .header-navigation > ul > li > a {
          font-size: 14px; } }
      .header-navigation > ul > li > a.has-sub-menu {
        display: flex;
        align-items: center;
        vertical-align: baseline; }
        .header-navigation > ul > li > a.has-sub-menu:after {
          content: '';
          border-top: 6px solid #222;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          margin-left: 12px;
          display: inline-block;
          transition: all .3s linear; }
    .header-navigation > ul > li[data-menu-item="the-medix-app"] {
      background-color: #ee3024;
      border-radius: 50px;
      margin: 0 10px; }
      @media (max-width: 990px) {
        .header-navigation > ul > li[data-menu-item="the-medix-app"] {
          margin: 20px 0; } }
      .header-navigation > ul > li[data-menu-item="the-medix-app"] a {
        color: #FFF; }
        @media (max-width: 990px) {
          .header-navigation > ul > li[data-menu-item="the-medix-app"] a {
            padding: 0 20px; } }
        .header-navigation > ul > li[data-menu-item="the-medix-app"] a:hover {
          color: #FFF; }
    .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(1), .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(1) {
      background-color: #FFF; }
    .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(2), .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(2) {
      background-color: #EDF2F4; }
    .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(3), .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(3) {
      background-color: #696969; }
    .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(4), .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(4) {
      background-color: #0a0909; }
    .header-navigation > ul > li[data-menu-item="services"] .submenu-item:last-of-type, .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:last-of-type {
      background-color: #0a0909; }
    .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(3), .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(4), .header-navigation > ul > li[data-menu-item="services"] .submenu-item:last-of-type, .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(3), .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(4), .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:last-of-type {
      color: #FFF; }
      .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(3) a, .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(3) h2, .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(4) a, .header-navigation > ul > li[data-menu-item="services"] .submenu-item:nth-child(4) h2, .header-navigation > ul > li[data-menu-item="services"] .submenu-item:last-of-type a, .header-navigation > ul > li[data-menu-item="services"] .submenu-item:last-of-type h2, .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(3) a, .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(3) h2, .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(4) a, .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:nth-child(4) h2, .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:last-of-type a, .header-navigation > ul > li[data-menu-item="about-us"] .submenu-item:last-of-type h2 {
        color: #FFF; }
    .header-navigation > ul > li[data-menu-item="lang"] .language {
      font-size: 20px; }
    .header-navigation > ul > li[data-menu-item="lang"] .submenu-item {
      flex: 0 0 56%;
      max-width: 56%; }
      @media (max-width: 990px) {
        .header-navigation > ul > li[data-menu-item="lang"] .submenu-item {
          max-width: none;
          flex: 0 0 100%;
          padding: 0; } }
      .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul {
        display: flex;
        flex-wrap: wrap; }
        .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li {
          flex: 0 0 50%; }
          .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li a {
            font-size: 18px;
            color: #666;
            font-weight: 500; }
          .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li:nth-child(4n), .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li:nth-child(4n-1) {
            margin-bottom: 25px; }
            .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li:nth-child(4n) a, .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li:nth-child(4n-1) a {
              font-size: 14px;
              font-weight: 300; }
          .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li:nth-last-child(1), .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li:nth-last-child(2) {
            margin-bottom: 0; }
          @media (max-width: 600px) {
            .header-navigation > ul > li[data-menu-item="lang"] .submenu-item ul li:nth-child(even) {
              text-align: right; } }
    @media (pointer: fine) {
      .header-navigation > ul > li:hover > a {
        color: #ee3024; }
        .header-navigation > ul > li:hover > a:after {
          border-top: 6px solid #ee3024; }
      .header-navigation > ul > li:hover .sub-menu-container {
        display: flex;
        opacity: 1;
        transform: translateY(0);
        visibility: visible; } }
  .header-navigation .sub-menu-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    visibility: hidden;
    transform: translateY(25px);
    opacity: 0;
    padding: 20px;
    background-color: #FFF;
    box-sizing: border-box; }
    @media (pointer: fine) {
      .header-navigation .sub-menu-container {
        transition: all .3s linear .1s; } }
    @media (max-width: 990px) {
      .header-navigation .sub-menu-container {
        position: static;
        visibility: visible;
        opacity: 1;
        transform: none;
        padding: 0;
        display: none; } }
    .header-navigation .sub-menu-container .sub-menu-wrapper {
      display: flex;
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      justify-content: flex-end; }
      @media (max-width: 990px) {
        .header-navigation .sub-menu-container .sub-menu-wrapper {
          display: block; } }
    .header-navigation .sub-menu-container .submenu-item {
      flex: 0 0 25%;
      max-width: 25%;
      padding: 35px 30px 30px;
      box-sizing: border-box; }
      @media (max-width: 990px) {
        .header-navigation .sub-menu-container .submenu-item {
          max-width: none;
          padding: 20px; } }
      .header-navigation .sub-menu-container .submenu-item ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .header-navigation .sub-menu-container .submenu-item ul li {
          padding: 2px 0;
          line-height: 32px; }
          .header-navigation .sub-menu-container .submenu-item ul li a {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            color: #0a0909; }
            @media (pointer: fine) {
              .header-navigation .sub-menu-container .submenu-item ul li a:hover {
                color: #ee3024; } }
      .header-navigation .sub-menu-container .submenu-item h2 {
        font-size: 18px;
        line-height: 1.1em;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 0;
        position: relative; }
        @media (max-width: 1190px) {
          .header-navigation .sub-menu-container .submenu-item h2 {
            font-size: 14px; } }
        .header-navigation .sub-menu-container .submenu-item h2:after {
          content: "";
          background: #ee3024;
          position: absolute;
          bottom: 0;
          left: 0;
          height: 2px;
          width: 50%; }
  @media (min-width: 991px) {
    .header-navigation .sub-menu-container {
      transition: all .3s linear .1s; }
    .header-navigation li[data-menu-item].active .sub-menu-container {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      display: flex !important; } }

footer {
  font-family: "Aaux", sans-serif;
  background-color: #0a0909; }
  footer .footer-wrap {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto; }
  footer .footer-box,
  footer .subscribe-box {
    padding: 50px; }
    footer .footer-box .footer-wrap,
    footer .subscribe-box .footer-wrap {
      display: flex; }
  footer .footer-box {
    color: #FFF; }
    @media (max-width: 767px) {
      footer .footer-box {
        padding: 35px 20px; } }
    @media (max-width: 1024px) {
      footer .footer-box .footer-wrap {
        flex-wrap: wrap; } }
  footer .subscribe-box {
    background-color: #EDF2F4;
    border-bottom: 5px solid red; }
    @media (max-width: 600px) {
      footer .subscribe-box {
        padding: 35px 20px; } }
    @media (max-width: 1024px) {
      footer .subscribe-box .footer-wrap {
        flex-wrap: wrap; } }
  footer .subscribe-text,
  footer .subscribe-form {
    flex: 0 1 50%; }
    @media (max-width: 1024px) {
      footer .subscribe-text,
      footer .subscribe-form {
        flex: 0 0 100%; } }
  footer .subscribe-text {
    color: #0a0909; }
    footer .subscribe-text h2, footer .subscribe-text h3 {
      margin: 0;
      padding: 0; }
      @media (max-width: 1024px) {
        footer .subscribe-text h2, footer .subscribe-text h3 {
          text-align: center; } }
    footer .subscribe-text .form-title {
      font-size: 32px;
      font-weight: 500;
      line-height: 1.3em;
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        footer .subscribe-text .form-title {
          font-size: 22px; } }
    footer .subscribe-text .form-sub-title {
      font-size: 25px;
      font-weight: 500; }
      @media (max-width: 1024px) {
        footer .subscribe-text .form-sub-title {
          font-size: 16px;
          margin-bottom: 20px; } }
  footer #subscribe .form-row {
    display: flex; }
    @media (max-width: 600px) {
      footer #subscribe .form-row {
        flex-wrap: wrap; } }
  footer #subscribe .form-item {
    flex: 0 1 50%;
    padding: 14px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      footer #subscribe .form-item {
        padding: 0 14px; } }
    @media (max-width: 600px) {
      footer #subscribe .form-item {
        flex: 0 0 100%;
        padding: 0; } }
  footer #subscribe input {
    width: 100%;
    box-sizing: border-box; }
    footer #subscribe input[type="email"] {
      font-style: normal;
      font-weight: 500;
      text-decoration: none;
      background-color: white;
      border: 1px solid #818a91;
      border-radius: 0px;
      color: #373a3c;
      font-size: 15px;
      padding: 12px 12px;
      font-family: "Aaux", sans-serif; }
      @media (max-width: 600px) {
        footer #subscribe input[type="email"] {
          margin-bottom: 20px; } }
      footer #subscribe input[type="email"]::placeholder {
        color: #373a3c; }
      footer #subscribe input[type="email"].error {
        border-color: #ef6b51; }
    footer #subscribe input[type="submit"] {
      font-family: 'Nunito Sans', sans-serif;
      font-size: 16px;
      padding: 12px 44px;
      font-weight: 600;
      background-color: #e82a00;
      border: 1px solid #e82a00;
      border-radius: 0px;
      color: #fff;
      cursor: pointer;
      transition: all .15s linear; }
      footer #subscribe input[type="submit"]:hover {
        background-color: #b52700;
        border: 1px solid #b52700; }
  footer .footer-left {
    flex: 0 0 calc(41% - 20px); }
    footer .footer-left .footer-logo {
      width: 200px;
      display: block;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        footer .footer-left .footer-logo {
          margin-bottom: 20px; } }
    footer .footer-left h3 {
      margin: 0 0 47px;
      font-size: 22px;
      line-height: 1.5em;
      font-weight: normal;
      color: #fff; }
      @media (max-width: 1024px) {
        footer .footer-left h3 {
          font-size: 16px;
          margin-bottom: 35px; } }
  footer .social-links {
    display: flex;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      footer .social-links {
        margin-bottom: 0; } }
    footer .social-links a {
      margin-right: 15px;
      flex: 0 0 33px;
      width: 33px;
      height: 33px;
      background-color: rgba(255, 255, 255, 0.21);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .social-links a svg {
        width: 15px;
        height: 15px;
        fill: #FFF; }
      footer .social-links a:hover {
        background-color: #FFF; }
        footer .social-links a:hover svg {
          fill: #686868; }
  @media (max-width: 1024px) {
    footer .privacy-box {
      display: none; } }
  footer .privacy-box ul {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0; }
    footer .privacy-box ul li {
      line-height: 1.8em; }
      footer .privacy-box ul li:not(:last-of-type) {
        margin-right: 15px; }
      footer .privacy-box ul li a {
        font-size: 14px;
        font-weight: 300;
        color: #FFF;
        text-decoration: none; }
  footer .footer-right {
    display: flex;
    flex: 1 1 59%; }
    @media (max-width: 767px) {
      footer .footer-right {
        flex: 0 0 100%;
        flex-wrap: wrap; } }
    footer .footer-right .footer-item {
      flex: 0 0 33.333%; }
      @media (max-width: 767px) {
        footer .footer-right .footer-item {
          flex: 0 0 50%;
          padding-right: 20px;
          box-sizing: border-box;
          margin-top: 30px; } }
    footer .footer-right h3 {
      color: #FFF;
      margin-bottom: 12px;
      margin-top: 0;
      font-size: 16px;
      line-height: 1.3em;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0; }
    footer .footer-right ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .footer-right ul li {
        margin: 5px 0 0;
        line-height: 1.8em; }
        @media (max-width: 1024px) {
          footer .footer-right ul li {
            line-height: 1.1em; } }
        footer .footer-right ul li a {
          font-weight: 300;
          text-decoration: none;
          color: #fff;
          font-size: 16px;
          color: #FFF; }
          @media (max-width: 1024px) {
            footer .footer-right ul li a {
              font-size: 13px; } }
  footer .footer-mobile {
    flex: 0 0 100%;
    display: none;
    padding: 20px 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    text-align: center; }
    @media (max-width: 1024px) {
      footer .footer-mobile {
        display: block; } }
    footer .footer-mobile .privacy-box {
      display: block; }
      footer .footer-mobile .privacy-box ul {
        margin: 0; }
        footer .footer-mobile .privacy-box ul li {
          padding: 0 5px;
          margin: 5px 0 0; }
          footer .footer-mobile .privacy-box ul li a {
            font-size: 13px;
            line-height: 18px; }
      footer .footer-mobile .privacy-box .copyright {
        font-size: 14px;
        color: #FFF; }